Welcome![Sign In][Sign Up]
Location:
Search - a file m

Search list

[matlabOFDMcode42

Description: This code was used for making the practical measurements in section 2.3 of my thesis. This Matlab code allows an OFDM signal to be generated based on an input data file. The data can be random data, a grey scale image, a wave file, or any type of file. The generated OFDM signal is stored as a windows wave file, allowing it to be viewed, listened to and manipulated in other programs. The modified wave file can then be decoded by the receiver software to extract the original data. This code was developed for the experiments that I performed in my honours thesis, and thus has not been fully debugged. This is the original code developed for the thesis and so has several problems with it. The BER performance given by the simulations is infact Symbol Error Rate. -This code was used for making the practical measurements in section 2.3 of my thesis. This M atlab code allows an OFDM signal to be generated based on an input data file. The data can be rando m data, a gray scale image, a wave file, or any type of file. The OFDM signal is generated stored as a windows wave file, allowing it to be viewed. listened to and manipulated in other programs. The modified wave file can then be decoded by the receiver software to extract the original data . This code was developed for the experiments th at I performed in my honors thesis, and thus has not been fully debugged. This is the original code developed for the thesis and so ha 's several problems with it. The BER performance given by the simulations is infact Symbol Error Rate.
Platform: | Size: 161792 | Author: 王文 | Hits:

[Otherhammingcodes3

Description: A simple m-file to compute the experiemntal BER of coded BPSK-A simple m-file to compute the experiemnta l coded BER of BPSK
Platform: | Size: 1024 | Author: 王峥 | Hits:

[Special EffectsSimTIFFToImage.m

Description: Converts a monochrome mosaiced TIFF file to simulator format. 在matlab上运行,去除模糊图像,重影。-Converts a monochrome TIFF file mosaiced t o simulator format. In Matlab run, remove fuzzy images ghost.
Platform: | Size: 4096 | Author: 小明 | Hits:

[Com PortSerialComOCX

Description: 基于事件驱动的串口通讯控件 消息帧数据格式: 1 0 A B X X 其中 10 为消息标识, AB表示文本长度,L=A*100+B XX为配位字符,任意 控制帧数据格式 0 1 A B M N 其中 01为控制标识, AB为请求标识 MN为附加标识 11表示请求对方接收文件,M表示描述字串中文件名子串的长度 N表示描述字串中文件大小子串的长度 10通知对方放弃传输 00通知文件传输完毕 01请求对方发送数据, MN为10请求发送下一个 MN为00请求重发 数据帧数据格式 0 0 A B M N 其中 00 为数据标识, AB表示数据长度,L=A*100+B MN为校验,M*100+N=A+B -based on event-driven serial communication control information data frame format : 1 0 A B X X 10 news for identification, said AB text length, L = A* 100 B XX Coordination of characters arbitrary control data frame format 0 1 A B M N which control 01 of identification, AB logo MN request for additional identification to request the other 11 said receiving the document, M said documents describing string name, string length N said Description Size string substring length of 10 to notify each other up 00 disposable transmission notice file transfer completed 01 requests each other this data, MN request to send 10 MN under a request for renewal of 00 data frame data format 0 0 A B M N which number 00 According to the labels, AB indicates that the data length, L = A* B 100 MN for verificati
Platform: | Size: 12288 | Author: 空瓶子 | Hits:

[OpenGL programsnowworld

Description: 这是一个MFC写的OpenGL雪景,程序演示了MFC开发OpenGL的框架,和演示如在OpenGL访问封装在可执行文件中的资源,这一个程序是参考NeHe改写而成,对用MFC写OpenGL程序有很好指导作用。 -This is a MFC write OpenGL snow. MFC procedures demonstration of the framework for the development of OpenGL, and demonstration in OpenGL visit Packaging in the executable file resources, This is a reference Retrieved procedures adapted to use OpenGL procedures MFC write a good guide.
Platform: | Size: 141312 | Author: lilanxia | Hits:

[Software Engineeringlos

Description: 操作系统课程设计 1、模拟UNIX(linux)文件系统 [问题描述] 在任一OS下,建立一个大文件,把它假象成一张盘,在其中实现一个简单的 模拟UNIX文件系统 。 [基本要求] 1.在现有机器硬盘上开辟20M的硬盘空间,作为设定的硬盘空间。 2.编写一管理程序对此空间进行管理,以模拟UNIX(linux)文件系统,具体要求如下: (1) 要求盘块大小1k 正规文件 (2) i 结点文件类型 目录文件 (共1byte) 块设备 管道文件 。物理地址(索引表) 共有13个表项,每表项2byte 。文件长度 4byte 。联结计数 1byte (3)0号块 超级块 栈长度50 空闲盘块的管理:成组链接 ( UNIX) 位示图法 (Linux) (4)每建一个目录,分配4个物理块 文件名 14byte -curriculum design an operating system, Simulation of UNIX (Linux) file system [Description of the issue] as an OS and built a large file, its facade into a disk, in which the realization of a simple simulation of the UNIX file system. [Basic requirements] 1. Hard existing machines opened 20 M disk space, as a set of hard drive space. 2. Prepared a management procedures this space management, to simulate the UNIX (Linux) file system, specific requirements are as follows : (1) require a disk block size k formal document (2) i node directory file type (a total of 1byte) block device Pipeline documents. Physical Address (Index) on a total of 13 tables, every item in Table 2 byte. 4byte document length. 1byte link count (3) 0, super-block length of 50 block Stack spare disk block management : G
Platform: | Size: 875520 | Author: wangwei | Hits:

[Special Effectsregionprops

Description: 在一个图像中检测目标是图像分割的一个例子。为分割连通目标,时常用Watershed变换。如果把一幅图像看做一个具有山(高亮度)和低谷(低亮度)的表面,那么这个变换在一幅图像中找亮度低谷。-in an image detection of image segmentation is a case in point. Segmentation of connectivity, often used Watershed transform. If an image is seen as a Hill (high-brightness) and the bottom (low brightness) of the surface, Well, this transformation in an image brightness for a low ebb.
Platform: | Size: 2048 | Author: 何子鸣 | Hits:

[matlabC-mean

Description: 模糊C均值算法的m文件带自己的解释,希望能给大家一点学习上的帮助。 -fuzzy c-means algorithm m document with its own interpretation, in the hope of giving the public a little bit of learning assistance.
Platform: | Size: 13312 | Author: 孙李娜 | Hits:

[matlabPIDcontrol

Description: 一个数字PID控制的matlab的m文件,希望能够与各位控制领域的朋友多多交流,以求共同进步!-A digital PID control matlab m-files, hoping to control the field with my friends a lot of exchanges, in order to make progress together!
Platform: | Size: 1024 | Author: cjbchy | Hits:

[matlabreplace

Description: Matlab源文件将矩阵m中所有a元素的替换为b元素。-Matlab source file will be a matrix m of all elements for the b element to replace.
Platform: | Size: 1024 | Author: gws | Hits:

[ApplicationsHOSA

Description: 提供了Matlab平台下高阶统计量的常用算法以及运算函数。并且给出了时间延迟估计等实际应用的算例-Matlab platform provides a higher-order statistics of the commonly used algorithms and computing functions. And gives the time delay estimation in practical applications, such as the numerical example
Platform: | Size: 100352 | Author: 高阳 | Hits:

[matlabMPSK

Description: This m-file simulates MPSK (BPSK,QPSK,8PSK)with theoretical and simulated results using Gray coding. Numerical examples of a satellite link design are shown using QPSK and/or 8PSK when the bit rate(Rb)is greater than the channel bandwidth Wc (Band-limited channel). -This m-file simulates MPSK (BPSK, QPSK, 8PSK) with theoretical and simulated results using Gray coding. Numerical examples of a satellite link design are shown using QPSK and/or 8PSK when the bit rate (Rb) is greater than the channel bandwidth Wc (Band-limited channel).
Platform: | Size: 3072 | Author: cmosbjt | Hits:

[Internet-Networkgetmac-netbios

Description: This example shows you how to use the NetBIOS API to retrieve the MAC addresses of the network adapters in a system. There are two weaknesses to this approach. The first is that you have to have NetBIOS installed, which implies Windows file/print sharing. The second is that if you have more than one network adapter, you may have to do extra work to figure out which address you really want. If these weaknesses are a problem, you might look at the RPC variation for getting the MAC address.
Platform: | Size: 1024 | Author: 吴军 | Hits:

[AI-NN-PRGenetic_Algorithm_Optimization_Toolbox_package_Mat

Description: This directory contains the Genetic Algorithm Optimization Toolbox for Matlab To use this, if you are local to NCSU and have AFS access to this directory, simply extend the matlab path using the following command. You can also place this command in a file called startup.m. Everytime you start Matlab in the directory containing this file, the path will always be extended.
Platform: | Size: 106496 | Author: | Hits:

[matlabFoc

Description: 这是我参考做的模型其中有三个文件:一个是初始化文件,一个是s-function 的电机模型(静止两相坐标系),还有一个仿真图-This is what I refer to the model in which to do three documents: one is the initialization file, one is s-function of the motor model (two-phase static coordinate system), there is a simulation graph
Platform: | Size: 8192 | Author: cekong | Hits:

[midi programmultidimension

Description: M-Tree (P.Ciaccia VLDB’1997) VA-File (R. Weber VLDB’1998) Pyramid-Tree(S.Berchtold SIGMOD’1998) hybrid-Tree(K.Chakrabarti ICDE’1999) A-Tree (Y. Sakurai VLDB’2000) IQ-Tree (S. Berchtold ICDE’2000) -M-Tree (P. Ciaccia VLDB 1997) VA-File (R. Weber VLDB 1998) Pyramid-Tree (S. Berchtold SIGMOD 1998) hybrid-Tree (K. Chakrabarti ICDE 1999) A-Tree (Y. Sakurai VLDB 2000) IQ-Tree (S. Berchtold ICDE 2000)
Platform: | Size: 945152 | Author: zhanglei | Hits:

[GPS developKTHorb

Description: There are numerous MATLAB m-files included in this software package. Thus, the the authors have bundled all files and sample data in a *.zip file (KTHorb.zip). The Readme.txt file describes the directories created when the .zip file is unpacked. The file Matlab_implementation.doc (or Matlab_implementation.txt) describes some of the classes and methods included in the package for GPS satellite orbit interpolation.-There are numerous MATLAB m-files included in this software package. Thus, the the authors have bundled all files and sample data in a*. zip file (KTHorb.zip). The Readme.txt file describes the directories created when the. Zip file is unpacked. The file Matlab_implementation.doc (or Matlab_implementation.txt) describes some of the classes and methods included in the package for GPS satellite orbit interpolation.
Platform: | Size: 162816 | Author: eFun | Hits:

[AI-NN-PRESNtools

Description: 回声状态神经网络(ESN)是一种性能优异的递归神经网络,已经在各领域广泛研究,这是ESN的发明人研制的MATLAB工具箱,可供有关人员参考使用-Echo state neural networks (ESN) is a performance of recurrent neural networks have been extensively studied in various fields, which is ESN inventor developed MATLAB toolbox, use and reference available to the persons
Platform: | Size: 101376 | Author: xu mark | Hits:

[Compress-Decompress algrithmsImagecompressionandsolutioncompression

Description: 一张图片是之前用摄像机采集的,另一张图片是经过离散沃尔什变换再量化编码压缩后又解压所得,能看出区别吗?呵呵。flik.m是原图,newflik.m是新图。 附上所有MATLAB源程序,有兴趣的话,你也可以用这几个程序对自己的照片“加工”一番。以下6个程序分别保存为6的m文件,文件名与下面给出的一致。待“加工”图片应该存放在Matlab的Work目录下。-Before a picture is collected by the camera, another picture is the result of discrete Walsh transform and then re-quantization coding compression decompression income, you can see the difference? Ha ha. flik.m is the image, newflik.m is a new map. MATLAB source code attached to all interested, you can also use these procedures on their own photo processing of something. The following six procedures were saved as 6 m file, the file name is given with the following consensus. To be processing picture should be stored in Matlab s Work directory.
Platform: | Size: 1024 | Author: 余海风 | Hits:

[matlabA_Matlab_Tour_of_Wavelet_Programming

Description: This document is intended to serve as an introduction to Wavelet processing through a set of Matlab experiments. These experiments will gives an overview of three fundamental tasks in signal and image processing : signal, denoising and compression. These scripts are selfs contents (needed additional Matlab functions can be downloaded while reading the lectures). Each one of these five lectures should take between 1h and 2h in order to tests the various features of the scripts. One should copy/paste the provided code into a file names e.g. tp1.m, and launch the script directly from Matlab comand line > tp1 . Some of the scripts contains "holes" that you should try to fill on your own. I also provide the complete correction of these lectures as a set of Matlab scripts, but you should try as much as possible to avoid using them. -This document is intended to serve as an introduction to Wavelet processing through a set of Matlab experiments. These experiments will gives an overview of three fundamental tasks in signal and image processing: signal, denoising and compression. These scripts are selfs contents (needed additional Matlab functions can be downloaded while reading the lectures). Each one of these five lectures should take between 1h and 2h in order to tests the various features of the scripts. One should copy/paste the provided code into a file names eg tp1.m, and launch the script directly from Matlab comand line> tp1. Some of the scripts contains holes that you should try to fill on your own.I also provide the complete correction of these lectures as a set of Matlab scripts, but you should try as much as possible to avoid using them.
Platform: | Size: 6066176 | Author: 风帆 | Hits:
« 1 2 3 45 6 7 8 9 10 ... 50 »

CodeBus www.codebus.net